home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
programr
/
shtdll15.zip
/
SHTDLL.BAS
< prev
next >
Wrap
BASIC Source File
|
1995-07-01
|
444b
|
10 lines
Type grd
col As Integer
row As Integer
unReadbyte As Long
End Type
Declare Function opensptfile Lib "shtdll.dll" (ByVal Filename As String, ByVal pext As String, ByVal ctmExt As String, grddata As grd) As Integer
Declare Function readsheets Lib "shtdll.dll" (ByVal hFile As Integer, ByVal pext As String, grddata As grd, ByVal txt As String) As Integer
Declare Function flclose Lib "shtdll.dll" (ByVal hFile As Integer) As Integer